hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
QualityMapping
hip
audio_decoding
resampler
Undocumented in source.
version(none)
struct
QualityMapping {
int
baseLength
;
int
oversample
;
float
downsampleBandwidth
;
float
upsampleBandwidth
;
immutable
FuncDef
*
windowFunc
;
}
Members
Variables
baseLength
int
baseLength
;
Undocumented in source.
downsampleBandwidth
float
downsampleBandwidth
;
Undocumented in source.
oversample
int
oversample
;
Undocumented in source.
upsampleBandwidth
float
upsampleBandwidth
;
Undocumented in source.
windowFunc
FuncDef
*
windowFunc
;
Undocumented in source.
Meta
Source
See Implementation
hip
audio_decoding
resampler
classes
ResamplingContext
SampleControlFlags
functions
computeFunc
cubicCoef
gcd
resamplerBasicDirect
resamplerBasicInterpolate
sinc
interfaces
SampleController
manifest constants
BUFFER_SIZE_FRAMES
BUFFER_SIZE_SHORT
static variables
Kaiser10
Kaiser12
Kaiser6
Kaiser8
kaiser10Table
kaiser12Table
kaiser6Table
kaiser8Table
qualityMap
structs
CubicUpsampler
FuncDef
QualityMapping
SpeexResampler